REMOTE (Start Remote Server) 

Syntax

REMOTE [[pipename | STOP]]

Parameters

pipename

The name that you want to use for the remote server pipe.

STOP

Ends a currently active remote server.

 

Description

Starts a remote server, which lets you get access to the Command window from another computer on the network. You can then enter Command window commands on the other computer to debug the application remotely.

If you do not specify any parameters to REMOTE, the command displays its connection status and the name of the client.

To connect from another computer, run the following in a cmd shell (the command prompt):

    remote /c hostname pipename

where hostname is the computer name of the computer that is running WinDbg and pipename is the same as above.

You now have access from the remote computer to the WinDbg Command window.